home *** CD-ROM | disk | FTP | other *** search
- object InstallForm: TInstallForm
- Left = 311
- Top = 167
- BorderStyle = bsDialog
- Caption = 'PowerArchiver Automatic Installation'
- ClientHeight = 190
- ClientWidth = 307
- Color = clWhite
- ParentFont = True
- KeyPreview = True
- OldCreateOrder = True
- Scaled = False
- OnClose = FormClose
- OnCreate = FormCreate
- OnKeyPress = FormKeyPress
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object InstallInfo: TLabel
- Left = 8
- Top = 8
- Width = 289
- Height = 129
- AutoSize = False
- Caption =
- 'Because this archive contains'#13#10'SETUP.EXE or INSTALL.EXE'#13#10'in the ' +
- 'base path, PowerArchiver'#13#10'can automatically unpack the'#13#10'archive ' +
- 'and start the installation.'#13#10#13#10'Click Install to start the instal' +
- 'lation, or click Open to simply open the archive.'
- WordWrap = True
- end
- object LogoImage: TImage
- Left = 192
- Top = 12
- Width = 104
- Height = 62
- Hint =
- 'This is EasyZip logo picture.'#13#10'So if you want you can put it on ' +
- 'your web page'#13#10'an link it to http://members.xoom.com/ipsoft'#13#10'The' +
- 'n call me back at ivanpetrov@hotmail.com'#13#10'and tell me your web p' +
- 'age so i can put link to your'#13#10'page...'
- AutoSize = True
- Picture.Data = {<image000.TGIFGraphic>}
- OnClick = LogoImageClick
- end
- object CheckBox1: TCheckBox
- Left = 8
- Top = 140
- Width = 289
- Height = 17
- Caption = '&Show this option in the future'
- TabOrder = 0
- end
- object InstallButt: TButton
- Left = 56
- Top = 160
- Width = 81
- Height = 25
- Caption = '&Install'
- Default = True
- TabOrder = 1
- OnClick = InstallButtClick
- end
- object OpenButt: TButton
- Left = 160
- Top = 160
- Width = 83
- Height = 25
- Caption = '&Open'
- TabOrder = 2
- OnClick = OpenButtClick
- end
- end
-